hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipWorkerThread.WorkerTask
hip
util
concurrency
HipWorkerThread
Undocumented in source.
class
HipWorkerThread
struct
WorkerTask {
void
delegate
()
task
;
void
delegate
(
string
taskName
)
onTaskFinish
;
string
name
;
}
Members
Variables
name
string
name
;
Undocumented in source.
onTaskFinish
void
delegate
(
string
taskName
)
onTaskFinish
;
Undocumented in source.
task
void
delegate
()
task
;
Undocumented in source.
Meta
Source
See Implementation
hip
util
concurrency
HipWorkerThread
constructors
this
functions
isIdle
pushTask
startWorking
structs
WorkerTask
variables
tasks